Revision History

Version 0.9.139

Version 0.9.138

  • Fix: "Unable to write to VDirs.txt" bug no longer occurs.
  • Fix: Tags, Special Characters, Quickfile, and Document Assistant toolbar buttons were not maintaining their proper state, pressed or unpressed. Button state is now correct at all times.

Version 0.9.136

  • Fix: File save error was not properly reported

Version 0.9.129

  • Install: Re-compiled with Visual Basic Service Pack 3, system files shipped should be latest and greatest
  • Addition: Inline preview, documents can now be viewed in source mode and preview mode
  • Addition: Virtual Directory mapping, allows previewing against real web servers
  • Fix: Total re-write of document management classes
  • Install: Removed SubClass.ocx, no longer required
  • Install: Removed MFC42.dll from the install archive, this file was a pain during install and I am not convinced that it is needed by my program
  • Install: Removed DIRWALK.OCX from the install, replaced with RCFileSystem.dll, dirwalk.ocx was a pain during install on Windows 95 machines, the RCFileSystem inprocess server should remove the install related problems

Version 0.9.114

  • Fix: HTML Help now links to proper topics
  • Addition: Quick File utility
  • Fix: Relative pathing now handles any mix of lower and upper case file paths
  • Fix: Program source code optimized in many locations, hopefully users will notice a speed increase
  • Addition: Change the line counter in the status bar to count both characters and lines
  • Fix: Changing the initial directory in the options no longer requires closing and re-opening the program to take effect, it now happens immediately

Version 0.9.109

  • Recompiled and packaged archive with Visual Basic 6.0 Service Pack 2
  • Added missing error handling in certain class modules
  • Fixed BGCOLOR option on Quick Color to use quotes
  • Fixed overflow error when pasting large files into the active window
  • Fixed file not found error when attempting to use calculator option from toolbar while running under NT
  • Fixed relative directory option under NT
  • Added support for network drives in relative pathing option
  • Fixed file permission issues while running under NT
  • Added MFC42.dll to archive, this file is again required

Version 0.9.107

  • Recompiled and packaged archive with Visual Basic 6.0 Service Pack 1
  • Now runs on Windows 95, Windows 98, Windows NT 4.0 Workstation, and Windows NT 4.0 Server
  • Removed link.cur from archive, no longer required
  • Setup now creates an RCEdit program group and places all program icons within the group
  • Removed date time selection
  • Removed MFC42.dll from archive, no longer required
  • Removed DTDLG.ocx from archive, no longer required
  • Cleaned up special character source code, no changes apparent to the user
  • Added more options to the quick color feature, see help file for details
  • Added improved date time insertion using a scrollable calendar and many date and time formats
  • Added BR to main toolbar
  • Added top.js script to scripts directory. Nice for "unframing" your pages if someone else tries to link them into a frameset
  • Updated HTML Help file accordingly

Version 0.9.99

  • Changed program name to RCEdit, see web site What's New page for details
  • Fixed another bug with the tabstrip handler class module
  • Minor changes to the help file

Version 0.9.95

  • Fixed an incredibly stupid bug with the tabstrip handler. Of course this bug just happened to be the worst yet and was in the version that was released to Winfiles.com. This is the way of the universe I guess...

Version 0.9.94

  • added option for default filter
  • changed <INPUT TYPE="TEXTBOX" to <INPUT TYPE="TEXT", was incorrect
  • added .shtml to file selection filters
  • added automatic text selection to all form element windows
  • fixed the prompt for link feature to return focus to the active window once the feature terminates
  • rewrote the tab management module, now a class module, should get rid of error 35601 Element not found
  • added menu option to Options help menu for default filter
  • made required changes to help file